home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Porady / Srodowisko PHP-MySQL / WAMP5 1.3 / wamp5_1.3.exe / {app} / Apache / Announcement.txt < prev    next >
Text File  |  2004-04-29  |  7KB  |  157 lines

  1.  
  2.                    Apache HTTP Server 1.3.31 Released
  3.  
  4.    The Apache Software Foundation and The Apache HTTP Server Project are
  5.    pleased to announce the release of version 1.3.31 of the Apache HTTP
  6.    Server ("Apache").  This Announcement notes the significant changes
  7.    in 1.3.31 as compared to 1.3.29 (1.3.30 was not released).  The
  8.    Announcement is also available in German, Spanish and Japanese from:
  9.  
  10.         http://www.apache.org/dist/httpd/Announcement.html.de
  11.         http://www.apache.org/dist/httpd/Announcement.html.es
  12.         http://www.apache.org/dist/httpd/Announcement.html.ja
  13.  
  14.    This version of Apache is principally a bug and security fix release.
  15.    A partial summary of the bug fixes is given at the end of this document.
  16.    A full listing of changes can be found in the CHANGES file.  Of
  17.    particular note is that 1.3.31 addresses and fixes 4 potential
  18.    security issues:
  19.  
  20.      o CAN-2003-0987 (cve.mitre.org)
  21.        In mod_digest, verify whether the nonce returned in the client 
  22.        response is one we issued ourselves.  This problem does not affect
  23.        mod_auth_digest.
  24.  
  25.      o CAN-2003-0020 (cve.mitre.org)
  26.        Escape arbitrary data before writing into the errorlog.
  27.  
  28.      o CAN-2004-0174 (cve.mitre.org)
  29.        Fix starvation issue on listening sockets where a short-lived
  30.        connection on a rarely-accessed listening socket will cause a
  31.        child to hold the accept mutex and block out new connections until
  32.        another connection arrives on that rarely-accessed listening socket.
  33.        This only affects some platforms, such as Solaris, AIX and
  34.        IRIX. Linux is unaffected.
  35.  
  36.      o CAN-2003-0993 (cve.mitre.org) 
  37.        Fix parsing of Allow/Deny rules using IP addresses without a
  38.        netmask; issue is only known to affect big-endian 64-bit
  39.        platforms
  40.  
  41.    We consider Apache 1.3.31 to be the best version of Apache 1.3 available
  42.    and we strongly recommend that users of older versions, especially of
  43.    the 1.1.x and 1.2.x family, upgrade as soon as possible.  No further
  44.    releases will be made in the 1.2.x family.
  45.  
  46.    Apache 1.3.31 is available for download from:
  47.    
  48.        http://httpd.apache.org/download.cgi
  49.  
  50.    This service utilizes the network of mirrors listed at:
  51.  
  52.        http://www.apache.org/mirrors/
  53.  
  54.    Please consult the CHANGES_1.3 file for a full list of changes.
  55.  
  56.    As of Apache 1.3.12 binary distributions contain all standard Apache
  57.    modules as shared objects (if supported by the platform) and include
  58.    full source code.  Installation is easily done by executing the
  59.    included install script.  See the README.bindist and INSTALL.bindist
  60.    files for a complete explanation.  Please note that the binary
  61.    distributions are only provided for your convenience and current
  62.    distributions for specific platforms are not always available.  Win32
  63.    binary distributions are based on the Microsoft Installer (.MSI)
  64.    technology.  While development continues to make this installation method
  65.    more robust, questions should be directed to the
  66.    news:comp.infosystems.www.servers.ms-windows newsgroup.
  67.  
  68.    For an overview of new features introduced after 1.2 please see
  69.    
  70.    http://httpd.apache.org/docs/new_features_1_3.html
  71.  
  72.    In general, Apache 1.3 offers several substantial improvements over
  73.    version 1.2, including better performance, reliability and a wider
  74.    range of supported platforms, including Windows NT and 2000 (which
  75.    fall under the "Win32" label), OS2, Netware, and TPF threaded
  76.    platforms.
  77.  
  78.    Apache is the most popular web server in the known universe; over half
  79.    of the servers on the Internet are running Apache or one of its
  80.    variants.
  81.  
  82.    IMPORTANT NOTE FOR APACHE USERS:   Apache 1.3 was designed for Unix OS
  83.    variants.  While the ports to non-Unix platforms (such as Win32, Netware
  84.    or OS2) are of an acceptable quality, Apache 1.3 is not optimized for
  85.    these platforms.  Security, stability, or performance issues on these
  86.    non-Unix ports do not generally apply to the Unix version, due to
  87.    software's Unix origin.
  88.  
  89.    Apache 2.0 has been structured for multiple operating systems from its 
  90.    inception, by introducing the Apache Portability Library and MPM modules.
  91.    Users on non-Unix platforms are strongly encouraged to move up to 
  92.    Apache 2.0 for better performance, stability and security on their
  93.    platforms.
  94.  
  95.                      Apache 1.3.31 Major changes
  96.  
  97.   Security vulnerabilities
  98.  
  99.      * CAN-2003-0987 (cve.mitre.org)
  100.        In mod_digest, verify whether the nonce returned in the client 
  101.        response is one we issued ourselves.  This problem does not affect
  102.        mod_auth_digest.
  103.  
  104.      * CAN-2003-0020 (cve.mitre.org)
  105.        Escape arbitrary data before writing into the errorlog.
  106.  
  107.      * CAN-2004-0174 (cve.mitre.org)
  108.        Fix starvation issue on listening sockets where a short-lived
  109.        connection on a rarely-accessed listening socket will cause a
  110.        child to hold the accept mutex and block out new connections until
  111.        another connection arrives on that rarely-accessed listening socket.
  112.  
  113.      * CAN-2003-0993 (cve.mitre.org) 
  114.        Fix parsing of Allow/Deny rules using IP addresses without a
  115.        netmask; issue is only known to affect big-endian 64-bit
  116.        platforms
  117.  
  118.   New features
  119.  
  120.    New features that relate to specific platforms:
  121.  
  122.      * Linux 2.4+: If Apache is started as root and you code
  123.        CoreDumpDirectory, core dumps are enabled via the prctl() syscall.
  124.  
  125.    New features that relate to all platforms:
  126.  
  127.      * Add mod_whatkilledus and mod_backtrace (experimental) for
  128.        reporting diagnostic information after a child process crash.
  129.  
  130.      * Add fatal exception hook for running diagnostic code after a
  131.        crash.  
  132.  
  133.      * Forensic logging module added (mod_log_forensic)
  134.      
  135.      * '%X' is now accepted as an alias for '%c' in the
  136.        LogFormat directive. This allows you to configure logging
  137.        to still log the connection status even with mod_ssl
  138.  
  139.   Bugs fixed
  140.  
  141.    The following noteworthy bugs were found in Apache 1.3.29 (or earlier)
  142.    and have been fixed in Apache 1.3.31:
  143.  
  144.      * Fix memory corruption problem with ap_custom_response() function.
  145.        The core per-dir config would later point to request pool data
  146.        that would be reused for different purposes on different requests.
  147.  
  148.      * mod_usertrack no longer inspects the Cookie2 header for
  149.        the cookie name. It also no longer overwrites other cookies.
  150.  
  151.      * Fix bug causing core dump when using CookieTracking without
  152.        specifying a CookieName directly.
  153.  
  154.      * UseCanonicalName off was ignoring the client provided
  155.        port information.
  156.  
  157.